PhilRobert Report post Posted 03/08/2004 07:06 PM I need to do a program that read the content of a database table and validate a certain information, then if the validation is not OK it would send a call to a supervisor's pager... I need to do all of this while nobody's using the line... Is it possible? If yes, how do I do this? Share this post Link to post
SupportTeam Report post Posted 03/08/2004 11:10 PM Sounds like what you should do is write an external VB Script which does all the checking that you need to be done, and then if required use the Dialer_OutDialQueAdd command to ask VG to make a call to a pager. To see what information you should insert into the database just look at the contents of the OutDialQue.mdb database after a "Send Pager Message" module has been ran. Share this post Link to post